home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / doc / python-apt / text / apt / index.txt < prev    next >
Encoding:
Text File  |  2009-03-30  |  1.7 KB  |  68 lines

  1.  
  2. ``apt`` --- Highlevel apt package
  3. *********************************
  4.  
  5. The highlevel apt package provides a lot of functionality, all with an
  6. easy-to-use interface.
  7.  
  8. Warning: The API of this package is not considered stable. Evenmore, it is
  9.   considered to change the naming conventions in future to
  10.   lowercase_with_underscores.In case this happens, the API will still
  11.   be kept compatible, with the old functions provided as deprecated
  12.   ones.
  13.  
  14. * ``apt.cache`` --- The Cache class
  15.   * The Cache class
  16.   * Working with Filters
  17.   * Exceptions
  18. * ``apt.cdrom`` - Functionality like in apt-cdrom
  19. * ``apt.debfile`` --- Classes related to debian package files
  20.   * Binary packages
  21.   * Source packages
  22. * ``apt.gtk.widgets`` --- GTK widgets
  23.   * GObject progress classes
  24.   * GTK+ Class
  25.   * Example
  26. * ``apt.package`` --- Classes for package handling
  27.   * The Package class
  28.   * Dependency Information
  29.   * Origin Information
  30.   * Examples
  31. * ``apt.progress`` --- Classes for progress reporting
  32.   * Classes without output
  33.   * Implementing classes for text output
  34.  
  35. Classes exported in apt
  36. =======================
  37.  
  38. These classes are defined in the submodules, but are also exported
  39. directly in the package.
  40.  
  41. class apt.Cache
  42.  
  43.    Please see ``apt.cache.Cache`` for documentation.
  44.  
  45. class apt.Cdrom
  46.  
  47.    Please see ``apt.cdrom.Cdrom`` for documentation.
  48.  
  49. class apt.CdromProgress
  50.  
  51.    Please see ``apt.progress.CdromProgress`` for documentation.
  52.  
  53. class apt.FetchProgress
  54.  
  55.    Please see ``apt.progress.FetchProgress`` for documentation.
  56.  
  57. class apt.InstallProgress
  58.  
  59.    Please see ``apt.progress.InstallProgress`` for documentation.
  60.  
  61. class apt.OpProgress
  62.  
  63.    Please see ``apt.progress.OpProgress`` for documentation.
  64.  
  65. class apt.Package
  66.  
  67.    Please see ``apt.package.Package`` for documentation.
  68.